home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / softc101.arc / READ.ME < prev    next >
Text File  |  1989-02-15  |  4KB  |  126 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.             This  file  briefly  describes  the  fixes,  additions,  and            This  file  briefly  describes  the  fixes,  additions,  and
  8.             changes which  are  found  in  version  1.01  of  the  SoftC            changes which  are  found  in  version  1.01  of  the  SoftC
  9.             Library.            Library.
  10.  
  11.  
  12.  
  13.  
  14.             Fixes            Fixes            _____
  15.  
  16.  
  17.  
  18.  
  19.             Problem:            Problem:            ________
  20.                       Could not  properly access  fields whose offset in
  21.                       the data record is beyond 128.
  22.  
  23.  
  24.             Functions:            Functions:            __________
  25.                       scdfget, scdfgets, scdfput, scdfputs.
  26.  
  27.  
  28.             Problem:            Problem:            ________
  29.                       Could not  properly store  data in a numeric field
  30.                       when 0 was specified for number of decimal places.
  31.  
  32.  
  33.             Functions:            Functions:            __________
  34.                       scdfput
  35.  
  36.  
  37.             Problem:            Problem:            ________
  38.                       Could not  correctly find the first item of a LONG
  39.                       list of items using the same index key value.
  40.  
  41.  
  42.             Functions:            Functions:            __________
  43.                       scikfind
  44.  
  45.  
  46.             Problem:            Problem:            ________
  47.                       Did not  correctly set  the text  colors after the
  48.                       last window had been closed.
  49.  
  50.  
  51.             Functions:            Functions:            __________
  52.                       scwclose.
  53.  
  54.  
  55.             Problem:            Problem:            ________
  56.                       Could not  open  dBaseIII  data  and  index  files
  57.                       properly. Was  able  to  open  Clipper  and  dBC3+
  58.                       files. dBaseIII,  Clipper, and  dBC3+  could  open
  59.                       files I created.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.             Functions:            Functions:            __________
  66.                       scdopen, sciopen.
  67.  
  68.  
  69.             
  70.  
  71.  
  72.  
  73.  
  74.             New Functions            New Functions            _____________
  75.  
  76.  
  77.  
  78.  
  79.                       13 new  functions have  been added to the library:
  80.                       an error clear (sceclr), cursor on/off (scwcurson,
  81.                       scwcursoff),  a   powerful   index   key   builder
  82.                       (scikmake), and 9 date functions.
  83.  
  84.  
  85.                       The date  functions include:  week day  and  month
  86.                       string  return  functions,  2  leap  year  testing
  87.                       routines  one  for  a  string  the  other  for  an
  88.                       integer, a date string validation function, 2 date
  89.                       translation  functions:   one  to   convert   from
  90.                       integers to "yyyymmdd" strings and vice versa, and
  91.                       another  to   convert   between   "yyyymmdd"   and
  92.                       "mm/dd/yy" or  "mm/dd/yyyy" strings,  and the last
  93.                       function  to  calculate  the  difference  in  days
  94.                       between two date strings.
  95.  
  96.  
  97.             
  98.  
  99.  
  100.  
  101.  
  102.             Other Changes            Other Changes            _____________
  103.  
  104.  
  105.  
  106.  
  107.             Additional contact method            Additional contact method            _________________________
  108.                       I can  be contacted  on GEnie  through  GEMail  at
  109.                       "K.SCHUMANN". This  is in  addition to normal mail
  110.                       and the  telephone. See  SOFTC.MAN for address and
  111.                       phone number.
  112.  
  113.  
  114.             scdcreate            scdcreate            _________
  115.                       This  function  was  modified  to  allow  only  19
  116.                       characters  maximum   for  numeric   fields.  This
  117.                       brought the function in line with dBaseIII.
  118.  
  119.  
  120.  
  121.  
  122.  
  123.             scdfget, scdfput            scdfget, scdfput            ________________
  124.                       The "DATE"  field portion  of these functions have
  125.                       been modified  to  use  a  nine  character  string
  126.                       formatted as "mm/dd/yy".